home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar / 1998 / Jan / di9801kw / PropExp1.dfm / PropExp1.txt
Text File  |  1997-07-30  |  7KB  |  272 lines

  1. object frmPropExplorerExpert: TfrmPropExplorerExpert
  2.   Left = 194
  3.   Top = 80
  4.   ActiveControl = cmbValue
  5.   BorderStyle = bsDialog
  6.   Caption = 'Property Explorer'
  7.   ClientHeight = 320
  8.   ClientWidth = 556
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PopupMenu = popAbout
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 29
  20.     Top = 100
  21.     Width = 27
  22.     Height = 13
  23.     Alignment = taRightJustify
  24.     Caption = '&Value'
  25.     FocusControl = cmbValue
  26.   end
  27.   object Label2: TLabel
  28.     Left = 28
  29.     Top = 12
  30.     Width = 28
  31.     Height = 13
  32.     Alignment = taRightJustify
  33.     Caption = '&Forms'
  34.     FocusControl = lbxForms
  35.   end
  36.   object Label3: TLabel
  37.     Left = 7
  38.     Top = 280
  39.     Width = 522
  40.     Height = 17
  41.     AutoSize = False
  42.     Caption = 
  43.       'Warning: the forms must be saved before the locator can find all' +
  44.       ' the properties with this value.'
  45.     WordWrap = True
  46.   end
  47.   object cmbValue: TComboBox
  48.     Left = 64
  49.     Top = 96
  50.     Width = 257
  51.     Height = 21
  52.     ItemHeight = 13
  53.     TabOrder = 3
  54.     OnChange = EnableLocate
  55.   end
  56.   object btnLocate: TBitBtn
  57.     Left = 459
  58.     Top = 4
  59.     Width = 89
  60.     Height = 25
  61.     Hint = 'Locate the entered value'
  62.     Caption = '&Locate'
  63.     Default = True
  64.     Enabled = False
  65.     TabOrder = 7
  66.     OnClick = btnLocateClick
  67.     Glyph.Data = {
  68.       76010000424D7601000000000000760000002800000020000000100000000100
  69.       04000000000000010000130B0000130B00001000000000000000000000000000
  70.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  71.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  72.       333333333333333333FF33333333333330003FF3FFFFF3333777003000003333
  73.       300077F777773F333777E00BFBFB033333337773333F7F33333FE0BFBF000333
  74.       330077F3337773F33377E0FBFBFBF033330077F3333FF7FFF377E0BFBF000000
  75.       333377F3337777773F3FE0FBFBFBFBFB039977F33FFFFFFF7377E0BF00000000
  76.       339977FF777777773377000BFB03333333337773FF733333333F333000333333
  77.       3300333777333333337733333333333333003333333333333377333333333333
  78.       333333333333333333FF33333333333330003333333333333777333333333333
  79.       3000333333333333377733333333333333333333333333333333}
  80.     NumGlyphs = 2
  81.   end
  82.   object btnCancel: TBitBtn
  83.     Left = 459
  84.     Top = 32
  85.     Width = 89
  86.     Height = 25
  87.     Hint = 'Close the explorer'
  88.     TabOrder = 8
  89.     Kind = bkClose
  90.   end
  91.   object stgResults: TStringGrid
  92.     Left = 8
  93.     Top = 148
  94.     Width = 540
  95.     Height = 127
  96.     TabStop = False
  97.     ColCount = 4
  98.     DefaultColWidth = 129
  99.     DefaultRowHeight = 20
  100.     FixedCols = 0
  101.     RowCount = 7
  102.     FixedRows = 0
  103.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect, goThumbTracking]
  104.     TabOrder = 10
  105.     OnDblClick = stgResultsDblClick
  106.     OnEnter = stgResultsEnter
  107.     OnExit = stgResultsExit
  108.   end
  109.   object hdrResults: THeader
  110.     Left = 8
  111.     Top = 128
  112.     Width = 523
  113.     Height = 21
  114.     Sections.Sections = (
  115.       #0'130'#0'Form'
  116.       #0'130'#0'Object'
  117.       #0'130'#0'Property'
  118.       #0'35'#0'Value')
  119.     TabOrder = 9
  120.     TabStop = True
  121.     OnSizing = hdrResultsSizing
  122.   end
  123.   object lbxForms: TListBox
  124.     Left = 64
  125.     Top = 8
  126.     Width = 257
  127.     Height = 81
  128.     ItemHeight = 13
  129.     MultiSelect = True
  130.     Sorted = True
  131.     TabOrder = 0
  132.     OnClick = lbxFormsClick
  133.   end
  134.   object cbxMatchCase: TCheckBox
  135.     Left = 332
  136.     Top = 82
  137.     Width = 113
  138.     Height = 17
  139.     Caption = ' Case &sensitive'
  140.     TabOrder = 5
  141.   end
  142.   object cbxWholeWords: TCheckBox
  143.     Left = 332
  144.     Top = 102
  145.     Width = 113
  146.     Height = 17
  147.     Caption = ' &Whole words only'
  148.     TabOrder = 6
  149.   end
  150.   object btnAll: TButton
  151.     Left = 12
  152.     Top = 36
  153.     Width = 45
  154.     Height = 21
  155.     Hint = 'Select all forms'
  156.     Caption = '&All'
  157.     TabOrder = 1
  158.     OnClick = btnAllClick
  159.   end
  160.   object btnNone: TButton
  161.     Left = 12
  162.     Top = 64
  163.     Width = 45
  164.     Height = 21
  165.     Hint = 'Select no forms'
  166.     Caption = '&None'
  167.     TabOrder = 2
  168.     OnClick = btnNoneClick
  169.   end
  170.   object btnShow: TBitBtn
  171.     Left = 459
  172.     Top = 96
  173.     Width = 89
  174.     Height = 25
  175.     Hint = 'Open form and select object'
  176.     Cancel = True
  177.     Caption = 'S&how'
  178.     Enabled = False
  179.     TabOrder = 12
  180.     OnClick = btnShowClick
  181.     Glyph.Data = {
  182.       76010000424D7601000000000000760000002800000020000000100000000100
  183.       04000000000000010000130B0000130B00001000000000000000000000000000
  184.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  185.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  186.       333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  187.       0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  188.       07333337F3FF3FFF7F333330F00F000F07333337F77377737F333330FFFFFFFF
  189.       07333FF7F3FFFF3F7FFFBBB0F0000F0F0BB37777F7777373777F3BB0FFFFFFFF
  190.       0BBB3777F3FF3FFF77773330F00F000003333337F773777773333330FFFF0FF0
  191.       33333337F3FF7F37F3333330F08F0F0B33333337F7737F77FF333330FFFF003B
  192.       B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  193.       3BB33773333773333773B333333B3333333B7333333733333337}
  194.     NumGlyphs = 2
  195.   end
  196.   object pnlStatus: TPanel
  197.     Left = 0
  198.     Top = 299
  199.     Width = 556
  200.     Height = 21
  201.     Align = alBottom
  202.     Alignment = taLeftJustify
  203.     BevelOuter = bvLowered
  204.     TabOrder = 13
  205.   end
  206.   object ragSearchIn: TRadioGroup
  207.     Left = 332
  208.     Top = 6
  209.     Width = 105
  210.     Height = 71
  211.     Caption = 'Search in'
  212.     ItemIndex = 2
  213.     Items.Strings = (
  214.       'Na&me'
  215.       'Val&ue'
  216.       '&Both')
  217.     TabOrder = 4
  218.   end
  219.   object btnSave: TBitBtn
  220.     Left = 459
  221.     Top = 64
  222.     Width = 89
  223.     Height = 25
  224.     Hint = 'Save the results to a file'
  225.     Caption = 'Sav&e'
  226.     Enabled = False
  227.     TabOrder = 11
  228.     OnClick = btnSaveClick
  229.     Glyph.Data = {
  230.       76010000424D7601000000000000760000002800000020000000100000000100
  231.       04000000000000010000120B0000120B00001000000000000000000000000000
  232.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  233.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  234.       333333FFFFFFFFFFFFF33000077777770033377777777777773F000007888888
  235.       00037F3337F3FF37F37F00000780088800037F3337F77F37F37F000007800888
  236.       00037F3337F77FF7F37F00000788888800037F3337777777337F000000000000
  237.       00037F3FFFFFFFFFFF7F00000000000000037F77777777777F7F000FFFFFFFFF
  238.       00037F7F333333337F7F000FFFFFFFFF00037F7F333333337F7F000FFFFFFFFF
  239.       00037F7F333333337F7F000FFFFFFFFF00037F7F333333337F7F000FFFFFFFFF
  240.       00037F7F333333337F7F000FFFFFFFFF07037F7F33333333777F000FFFFFFFFF
  241.       0003737FFFFFFFFF7F7330099999999900333777777777777733}
  242.     NumGlyphs = 2
  243.   end
  244.   object popAbout: TPopupMenu
  245.     Left = 208
  246.     Top = 16
  247.     object mni1: TMenuItem
  248.       Caption = '     Property Explorer'
  249.       ShortCut = 0
  250.     end
  251.     object mni2: TMenuItem
  252.       Caption = '         Version 1.0'
  253.       ShortCut = 0
  254.     end
  255.     object mni3: TMenuItem
  256.       Caption = 'Written by Keith Wood'
  257.       ShortCut = 0
  258.     end
  259.   end
  260.   object dlgSave: TSaveDialog
  261.     DefaultExt = 'txt'
  262.     FileEditStyle = fsEdit
  263.     FileName = 'PropExpl'
  264.     Filter = 'Text files|*.txt|All files|*.*'
  265.     InitialDir = 'C:\Temp'
  266.     Options = [ofOverwritePrompt, ofExtensionDifferent, ofCreatePrompt]
  267.     Title = 'Save Located Properties'
  268.     Left = 244
  269.     Top = 16
  270.   end
  271. end
  272.